=============================================================
0.  ?
=============================================================

 html-      .

     ,  
        HTML 
(     ).


=============================================================
1.   
=============================================================

 index.html (   ).

       , 
    " "
  "".

       
,   []    
 .     .



=============================================================
2.    
=============================================================

Internet Explorer:     5.0.

Mozilla:    1.1  1.0,  .  Linux. 
         (Enter  , 
    Ins    " "). 
      :-(

Netscape:  6.0   -    Mozilla 
    ( ).  4.* - .

Opera:    7.0. 
    ,    , 
      ; 
     500     . 15 . 
   [       
    "   ".]
      Ins    " "

Konqueror (Linux):   KDE 3.0.
      (  ). 



=============================================================
3.   
=============================================================

   ,     
    .    
     . 
     , 
    ,  ,  , 
      ( , 
    ),   
, ,  .

  : "    ?" - 
         
  .

    ,    
 ,    ,     
 (   ), 
      "" ("Reload").

------------------------------
 
------------------------------

  (, ) css     .css, 
    - , 1024768.css

     21px,    .


------------------------------
  .
------------------------------

       .
    index.html  :

<frameset rows="13%,87%">

  ( ) -    ( ), 
    ,  -   .


------------------------------
   
------------------------------

  main.css (  css)     
    :    , 
 , //,  
  ..

      
 main.css  .



=============================================================
4.    
=============================================================

      ()    html
   windows-1251   .

C    dict.html     data.



4.1.  ,    ,    
          :

<a name="%20%20"></a>

(      %20)
        
     .
,         
 (regular expressions, regexps)    FAR 
-      

http://plugring.farmanager.com/downld/files/s_and_r20.zip



4.2.  ,      
              
     ,      :

<p><span class="h">  </span> 
  ()</p>

[         html-]

,  ,   <head> </head>    
 :


<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<script language="JavaScript" type="text/javascript">
//    
resol = "640x480";
if (window.screen.availWidth >= 800)        resol = "800x600";
if (window.screen.availWidth >= 1024)       resol = "1024x768";
if (window.screen.availWidth >= 1280)       resol = "1280x1024";
if (window.screen.availWidth >= 1600)       resol = "1600x1200";

//    *.css
document.write('<link rel="stylesheet" type="text/css" href="../css/' 
               + resol + '.css">')
</script>



4.3.  ,       ()
      ,       <em></em>:

<em>2.</em>



4.4.  ,       , 
       <body>    :

onload="javascript:parent.control.getAnchs();"

, :

<body onload="javascript:parent.control.getAnchs();">
   




                                                       